home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / demo / excelbbsdemo5.lha / excelsiorbbs / HELP < prev    next >
Text File  |  1993-01-27  |  5KB  |  104 lines

  1.                              EXCELSIOR! BBS V0.977
  2.                              Demonstration Release
  3.                                January 27,  1993
  4.  
  5.  
  6.     This is our fifth demo release since our original  on August 15, 1992.
  7.     Many changes have been made  since the first release.  EXCELSIOR!  now
  8.     supports  its own FIDO  Mail processor allowing the most powerful FIDO
  9.     features to be used.  The BBS also supports multiple languages as well
  10.     as  multiple  keymaps.  Please  read the  "FEATURES.LIST"  included in
  11.     this archive  for a list of  most of the  features the current version
  12.     supports.
  13.  
  14.     This is a copywritten program, all files distributed with this archive
  15.     are (C)opyright 1992-1993 Sycom Design Software, ALL RIGHTS RESERVED.
  16.  
  17.  
  18.     Quick Setup.
  19.     ------------
  20.     Account #1 (SysOp) has already been pre-defined for this demo release.
  21.     First CD  into main the  BBS directory  (where bb, maint, & config are
  22.     located).  Next,  run  the  program called "config"  this  allows  you
  23.     to set up all data to your specfications.
  24.  
  25.     The "MAIN BBS"  gadget should contain the  path where you want the BBS
  26.     to  be installed to  (i.e. "DH0:BBS/"), the  other directories will be
  27.     created  inside  this dir  (i.e. "DH0:BBS/DATA",  "DH0:BBS/TEXT", etc)
  28.     unless  you specify a  path (i.e. "DATA:").  The  install program will
  29.     attempt  to create these  paths, but cannot create illogical dirs.  DO
  30.     NOT ATTEMPT TO INSTALL THE BBS TO THE CURRENT PATH ON DISK.
  31.  
  32.     To start the BBS, CD  into main BBS directory,  run the program called
  33.     "MASTER".  This  controls all activity  on the BBS and will display to
  34.     you all lines in use.  Using  the SYSOP LOGIN  gadget will  auto-login
  35.     account #1 (the SysOp account).  You should use the command EA to edit
  36.     your account (#1) to your specifications.
  37.  
  38.     The following commands can be used for sysop accounts:
  39.     EA    Edit a current user's account.
  40.     EG    Edit an accessgroup template.
  41.  
  42.     AL    Add a message/file subboard (in message or filebase).
  43.     EL    Edit a specific subboard.
  44.  
  45.     ?     Lists menu of available commands for the current area.
  46.     ??    Lists list of available "GLOBAL" commands.
  47.     @     Lists of all available Sysop commands.
  48.  
  49.  
  50.     EXCELSIOR!'s  ARexx  port is constantly running, and each node has its
  51.     own port.  All ARexx doors should first use "OPTIONS RESULTS".
  52.  
  53.     All  DOS/SHELL  programs  need to access the "ECOM" program in the "C"
  54.     directory.  This  load-and-stay-resident  (LSR) program  should be run
  55.     in your user-startup  file  if you plan on  using the  Online shell or
  56.     any DOS program (shell doors).
  57.  
  58.     Here is a  list of some of the  popular % switch statements that allow 
  59.     you to pass  system variables into the argv[] arguments of a DOS door.
  60.  
  61.     %1      Users System Alias            %11      Login Time
  62.     %2      Users Real Name               %12      First Call
  63.     %3      Street                        %13      AccessGroup
  64.     %4      City                          %14      AccessGroup Title
  65.     %5      State                         %15      Sysop Comments
  66.     %6      Zip (Postal)                  %16      User ID #
  67.     %7      Country                       %17      User Serial #
  68.     %8      Voice/Home Phone #            %18      Node #
  69.     %9      Data/Work Phone #             %19      User_Alias (With "_")
  70.     %10     Computer                      %20      Path To Users Directory
  71.  
  72.  
  73.     MAINT is an external program, usually  run from DCRON°, located in the
  74.     EVENTS  directory.   It  allows  you to  automatically  "clean up" the
  75.     system.  It  takes  care of "weeding out" inactive users, deleting in-
  76.     active posts  and files, automatically converting and testing archives
  77.     for each area, and other functions.  It supports these arguments:
  78.  
  79.     -b         Configure all Fido Base's to XMAIL config file.
  80.                (this is for registered systems only)
  81.     -f         Ignore file base.
  82.     -l         Log all actions to the bbs.
  83.     -m         Ignore message base.
  84.     -o         Display output to shell.
  85.     -u         Ignore userlog.
  86.  
  87.  
  88.     BBSCOM can be also be run from DCron° (EXCELSIOR!s event scheduler) to
  89.     access and control different nodes automatically.  Some arguments are:
  90.  
  91.     -a "x-x"   Accessgroup range (broadcast).
  92.     -b         Send broadcast to nodes.
  93.     -c x       Closedown line #x (dont answer calls).
  94.     -d x       Dump user on node #x (clear line).
  95.     -f "name"  Change senders name (ium & broadcast).
  96.     -h         Show no header (ium & broadcast).
  97.     -i x       Send IUM to node #x.
  98.     -m "mess"  Message to send (ium & broadcast).
  99.     -o x       Open line #x (answer calls).
  100.     -w         Show who is online.
  101.  
  102.  
  103.     ° DCRON used by permission from Matt Dillon.
  104.